home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Poco 1.2 / pocosetup.exe / file0001.bin / 0 / RCDATA / TFRMHELP / TFRMHELP.txt
Encoding:
Text File  |  2000-03-01  |  3.8 KB  |  141 lines

  1. object FrmHelp: TFrmHelp
  2.   Left = 308
  3.   Top = 382
  4.   Width = 400
  5.   Height = 400
  6.   Caption = 'Poco Help'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyUp = FormKeyUp
  19.   OnMouseWheelDown = FormMouseWheelDown
  20.   OnMouseWheelUp = FormMouseWheelUp
  21.   OnShow = FormShow
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object PnlTop: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 392
  28.     Height = 26
  29.     Align = alTop
  30.     BevelInner = bvRaised
  31.     BevelOuter = bvLowered
  32.     TabOrder = 0
  33.     object BtnHome: TSpeedButton
  34.       Left = 4
  35.       Top = 4
  36.       Width = 96
  37.       Height = 19
  38.       Caption = 'Contents'
  39.       Flat = True
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = 17
  43.       Font.Name = 'Arial'
  44.       Font.Style = [fsBold]
  45.       Glyph.Data = {
  46.         F6000000424DF600000000000000760000002800000010000000100000000100
  47.         0400000000008000000000000000000000001000000010000000000000000000
  48.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  49.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  50.         FFFFFFF1111111111FFFFFF11FFFFFF11FFFFFF11FFFFFF11FFFFFF11FFFFFF1
  51.         1FFFFFF11FFFFFF11FFFFFF11FFFFFF11FFFFFF11FFFFFF11FFF11FFFFFFFFFF
  52.         FF11F11FFFFFFFFFF11FFF11FFFFFFFF11FFFFF11FFFFFF11FFFFFFF11FFFF11
  53.         FFFFFFFFF11FF11FFFFFFFFFFF1111FFFFFFFFFFFFF11FFFFFFF}
  54.       ParentFont = False
  55.       OnClick = BtnHomeClick
  56.     end
  57.     object BtnBack: TSpeedButton
  58.       Left = 312
  59.       Top = 4
  60.       Width = 76
  61.       Height = 19
  62.       Anchors = [akTop, akRight]
  63.       Caption = 'Back'
  64.       Flat = True
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clWindowText
  67.       Font.Height = 17
  68.       Font.Name = 'Arial'
  69.       Font.Style = [fsBold]
  70.       Glyph.Data = {
  71.         F6000000424DF600000000000000760000002800000010000000100000000100
  72.         0400000000008000000000000000000000001000000010000000000000000000
  73.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  74.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  75.         FFFFFFFFFFFFFFFFFFFFFFFFFFF4FFFFFFFFFFFFFF44FFFFFFFFFFFFF444FFFF
  76.         FFFFFFFF4444FFFFFFFFFFF44444444444FFFF444444444444FFFF4444444444
  77.         44FFFFF44444444444FFFFFF4444FFFFFFFFFFFFF444FFFFFFFFFFFFFF44FFFF
  78.         FFFFFFFFFFF4FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  79.       ParentFont = False
  80.       OnClick = BtnBackClick
  81.     end
  82.   end
  83.   object PnlHTML: TPanel
  84.     Left = 0
  85.     Top = 26
  86.     Width = 392
  87.     Height = 347
  88.     Align = alClient
  89.     BevelInner = bvRaised
  90.     BevelOuter = bvLowered
  91.     TabOrder = 1
  92.     object HTML: ThtmlLite
  93.       Left = 2
  94.       Top = 2
  95.       Width = 388
  96.       Height = 343
  97.       Cursor = 2
  98.       ViewImages = True
  99.       TabStop = True
  100.       TabOrder = 0
  101.       Align = alClient
  102.       PopupMenu = PopupMsg
  103.       DefBackground = 14332331
  104.       BorderStyle = htFocused
  105.       HistoryMaxCount = 50
  106.       DefFontName = 'Times New Roman'
  107.       DefPreFontName = 'Courier New'
  108.       DefFontSize = 10
  109.       DefFontColor = clWindowText
  110.       NoSelect = False
  111.       CharSet = DEFAULT_CHARSET
  112.       MarginWidth = 6
  113.     end
  114.   end
  115.   object HelpNotFound: TIStrings
  116.     Duplicates = dupIgnore
  117.     Left = 156
  118.     Top = 122
  119.     SStr = (
  120.       '<b>Help file (help\index.html) not found!<b><br>'
  121.       '<br>'
  122.       
  123.         'Please visit our web page for on-line help at http://www.pocomai' +
  124.         'l.com/<br>')
  125.   end
  126.   object PopupMsg: TPopupMenu
  127.     Left = 194
  128.     Top = 122
  129.     object Copy1: TMenuItem
  130.       Caption = '&Copy'
  131.       ShortCut = 16451
  132.       OnClick = Copy1Click
  133.     end
  134.     object SelectAll1: TMenuItem
  135.       Caption = 'Select &All'
  136.       ShortCut = 16449
  137.       OnClick = SelectAll1Click
  138.     end
  139.   end
  140. end
  141.